home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3mount.h
- // Auto generated file, do not modify by hand
- // Copyrights 2002, Realsoft Graphics Oy
-
- var R3_MOUNT_H = 1;
- include("oops/r3root.js")
-
-
- var R3CLID_MOUNT = 1630;
-
-
-
-
-
-
-
- // R3MOUNTA_Parent: parent . Supports both R3RM_SET and R3RM_GET.
- R3MOUNTA_Parent = 1630500;
- function SetR3MOUNTA_Parent(value) {
- R3Set(this.r3obj, R3MOUNTA_Parent, value);
- }
-
- function GetR3MOUNTA_Parent() {
- return R3Get(this.r3obj, R3MOUNTA_Parent, R3TID_INTEGER, 0); // R3OBJ*
- }
-
- // R3MOUNTA_Model: sub system to be mounted . Supports both R3RM_SET and R3RM_GET.
- R3MOUNTA_Model = 1630501;
- function SetR3MOUNTA_Model(value) {
- R3Set(this.r3obj, R3MOUNTA_Model, value);
- }
-
- function GetR3MOUNTA_Model() {
- return R3Get(this.r3obj, R3MOUNTA_Model, R3TID_INTEGER, 0); // R3OBJ*
- }
-
-
-
- function r3Mount () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_MOUNT, arguments);
- }
- // Attributes
- }
-
- r3Mount.prototype=new r3Root;
- // Attributes
- this.GetParent=GetR3MOUNTA_Parent;
- this.SetParent=SetR3MOUNTA_Parent;
- this.GetModel=GetR3MOUNTA_Model;
- this.SetModel=SetR3MOUNTA_Model;
- }
-
- r3Mount.prototype=new r3Root;
- // r3mount.h_H